home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / WWW / WebStat 2.3.4 / READ ME next >
Text File  |  1994-10-11  |  5KB  |  125 lines

  1. ==================================================================================
  2.  
  3.      WebStat - A program to summarize MacHTTP transmission statistics
  4.  
  5.      by Phil Harvey    (phil@nsun.phy.queensu.ca)
  6.      Physics Dept.
  7.      Queen's University
  8.      Kingston, Ontario
  9.      K7L 3N6
  10.  
  11. ----------------------------------------------------------------------------------
  12.  
  13. To run the program:
  14.  
  15.      1) Drag the WebStat, WebStat.config, and WebStat.format icons into your MacHTTP folder.
  16.      2) Double click on the WebStat icon.
  17.  
  18. The WebStat program will read your MACHTTP.LOG file and produce a summary file called WebStat.html in your MacHTTP folder.  The output format is specified by the WebStat.format file.
  19.  
  20. The configuration file is used to set the following parameters:
  21.  
  22.     LOG - input log file name
  23.     OUTPUT - output summary file name
  24.     FORMAT - file specifying output format
  25.     EXCLUDE - host names to exclude from summary
  26.     MESSAGES - turn message output on or off
  27.     ADDRESSES - specify long or short version of host name addresses
  28.     DOMAIN - specify name for domain codes
  29.     DNSLOOKUP - look up numerical addresses using domain name server
  30.  
  31. Read WebStat.config for more details about configuration.
  32.  
  33. The program is provided as is.  The source code can be modified or included in other projects provided due credit is given to the author, Phil Harvey.
  34.  
  35. The included binary file was generated using Symantec C++ 7.0.
  36.  
  37. Notes:  
  38.  
  39.      1) Previous to MacHTTP 1.2.5 the number of bytes sent was not reported, so you can expect to see zero's in the number of bytes transferred fields for older log files.
  40.  
  41.      2) If you want to check your server statistics from a remote computer by downloading your log file using Mosaic, you must add the line "TEXT .LOG TEXT ttxt text/plain" to your MacHTTP server configuration file.  Otherwise the text will be reformatted and WebStat won't run properly.
  42.  
  43.      3) If you want to run WebStat automatically at preset times, use the Cron utility by Mark Malson.  You can get a copy from any Info-Mac mirror, or download it from me at "http://snodaq.phy.queensu.ca/Cron.sit.Hqx".  If you use this utility, make sure MESSAGES is "Off" in the WebStat.config file or WebStat won't terminate automatically.
  44.  
  45.      4) If you have any problems running WebStat, turn "MESSAGES On" in the config file and try running it again.  The printed messages may help you to locate the problem.
  46.  
  47. ----------------------------------------------------------------------------------
  48.  
  49. Revision history:
  50.  
  51. 10/11/94 - V 2.3.4
  52. - progress bar now displays properly on B&W screens
  53.  
  54. 10/03/94 - V 2.3.3
  55. - fixed problem which could cause crash if stop button pressed
  56. - message dialog box is now properly activated
  57.  
  58. 10/02/94 - V 2.3.2
  59. - changed progress indicator; added stop button
  60. - re-fixed small bug in DNS lookups lost in 2.3.1
  61.  
  62. 09/28/94 - V 2.3.1
  63. - fixed problem in event handling during DNS lookups
  64. - fixed problem with output going to system folder broken in 2.3
  65.  
  66. 09/28/94 - V 2.3
  67. - added progress indicator if MESSAGES Off
  68. - allows background processing if MESSAGES Off
  69. - fixed small bug in DNS lookups
  70. - Cmd-. aborts processing if MESSAGES Off
  71. - MESSAGES Off is now the default
  72.  
  73. 09/27/94 - V 2.2
  74. - added DNSLOOKUP option
  75.  
  76. 08/11/94 - V 2.1
  77. - removed limit on number of EXCLUDE and DOMAIN statements
  78. - sort numerical addresses properly
  79.  
  80. 06/06/94 - V 2.0
  81. - truncate filenames at '$' because of new cgi formatting
  82. - added check on time_t values passed to GetNumDays()
  83. - added format file (replaces SUMMARIZE option of V1.9)
  84.  
  85. 05/13/94 - V 1.9
  86. - added SUMMARIZE options; changed to Symantec C++ 7.0
  87. - fixed quirk where days with no transfers were ignored
  88.  
  89. 04/14/94 - V 1.8
  90. - ignored improperly formatted lines in log file
  91.  
  92. 04/11/94 - V 1.7.1
  93. - delete trailing '/' if found in file names
  94.  
  95. 04/08/94 - V 1.7
  96. - added comprehensive list of Domain names to config file
  97. - changed spacing to accomodate longer domain names
  98.  
  99. 04/04/94 - V 1.6
  100. - added ADDRESSES Long/Short option
  101. - changed MESSAGES syntax from True/False to On/Off
  102. - added DOMAIN command to config file
  103.  
  104. 03/31/94 - V 1.5 
  105. - added config file and moved exclusions into config
  106.  
  107. 03/30/94 - V 1.4
  108. - changed subdomain list to not reverse numerical entries
  109. - placed numerical entries at end of list
  110.  
  111. 03/29/94 - V 1.3
  112. - added exclusion option and application icon
  113. - changed all byte counts from long to double
  114.  
  115. 03/28/94 - V 1.2
  116. - added anchors for lists; converted code to C++
  117.  
  118. 03/25/94 - V 1.1
  119. - fixed array indexing problem
  120.  
  121. 03/24/94 - V 1.0 
  122. - original
  123.  
  124. ==================================================================================
  125.